home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTFadingLabel.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  2.9 KB  |  99 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTFadingLabel.pas' rev: 3.00
  6.  
  7. #ifndef AHMTFadingLabelHPP
  8. #define AHMTFadingLabelHPP
  9. #include <StdCtrls.hpp>
  10. #include <Menus.hpp>
  11. #include <Graphics.hpp>
  12. #include <Classes.hpp>
  13. #include <ExtCtrls.hpp>
  14. #include <AHMFreeware.hpp>
  15. #include <Forms.hpp>
  16. #include <Dialogs.hpp>
  17. #include <Controls.hpp>
  18. #include <Windows.hpp>
  19. #include <SysUtils.hpp>
  20. #include <SysInit.hpp>
  21. #include <System.hpp>
  22.  
  23. //-- user supplied -----------------------------------------------------------
  24.  
  25. namespace Ahmtfadinglabel
  26. {
  27. //-- type declarations -------------------------------------------------------
  28. class DELPHICLASS TAHMFadingLabel;
  29. class PASCALIMPLEMENTATION TAHMFadingLabel : public Stdctrls::TCustomLabel 
  30. {
  31.     typedef Stdctrls::TCustomLabel inherited;
  32.     
  33. private:
  34.     Ahmfreeware::TAHMAboutFreeStr FAbout;
  35.     Extctrls::TTimer* ftim;
  36.     Classes::TNotifyEvent fonv;
  37.     Classes::TNotifyEvent fontv;
  38.     Graphics::TColor fcol;
  39.     bool fis;
  40.     bool ffade;
  41.     int fi;
  42.     int fint;
  43.     int fdel;
  44.     Windows::TRect TempRect;
  45.     int flags;
  46.     bool fconst;
  47.     bool fupdown;
  48.     int fspeed;
  49.     void __fastcall Setis(bool value);
  50.     void __fastcall Setfade(bool value);
  51.     void __fastcall Setcol(System::TObject* Sender);
  52.     void __fastcall SetSpeed(int value);
  53.     void __fastcall DrawLabel(void);
  54.     void __fastcall SetInt(int value);
  55.     
  56. protected:
  57.     virtual void __fastcall Paint(void);
  58.     
  59. public:
  60.     __fastcall virtual TAHMFadingLabel(Classes::TComponent* AOwner);
  61.     __fastcall virtual ~TAHMFadingLabel(void);
  62.     void __fastcall Execute(void);
  63.     virtual void __fastcall Loaded(void);
  64.     
  65. __published:
  66.     __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
  67.     __property Align ;
  68.     __property Alignment ;
  69.     __property Color ;
  70.     __property AutoSize ;
  71.     __property Caption ;
  72.     __property Enabled ;
  73.     __property FocusControl ;
  74.     __property Font ;
  75.     __property bool Showing = {read=fis, write=Setis, nodefault};
  76.     __property bool Fade = {read=ffade, write=Setfade, nodefault};
  77.     __property int BetweenColors = {read=fint, write=SetInt, nodefault};
  78.     __property bool FadeAlltheTime = {read=fconst, write=fconst, nodefault};
  79.     __property int FadeSpeed = {read=fspeed, write=SetSpeed, nodefault};
  80.     __property ShowHint ;
  81.     __property Visible ;
  82.     __property OnClick ;
  83.     __property OnDblClick ;
  84.     __property OnMouseDown ;
  85.     __property OnMouseMove ;
  86.     __property OnMouseUp ;
  87.     __property Classes::TNotifyEvent OnNotVisible = {read=fonv, write=fonv};
  88.     __property Classes::TNotifyEvent OnTotallyVisible = {read=fontv, write=fontv};
  89. };
  90.  
  91. //-- var, const, procedure ---------------------------------------------------
  92.  
  93. }    /* namespace Ahmtfadinglabel */
  94. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  95. using namespace Ahmtfadinglabel;
  96. #endif
  97. //-- end unit ----------------------------------------------------------------
  98. #endif    // AHMTFadingLabel
  99.